home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / Fly Paper / FlyPaper Source / Common Sources / FlyPaperDragUtils.h < prev   
Encoding:
C/C++ Source or Header  |  1996-06-22  |  431 b   |  14 lines  |  [TEXT/CWIE]

  1. #ifndef FLYPAPERDRAGUTILS_H
  2. #define FLYPAPERDRAGUTILS_H
  3.  
  4. #ifndef __DRAG__
  5. #include <Drag.h>
  6. #endif
  7.  
  8. /* if any of these flags are set, we don't want the flavor */
  9. #define        kExclusionaryFlavorFlags    (flavorSenderOnly | flavorSenderTranslated | flavorNotSaved | flavorSystemTranslated)
  10.  
  11. Boolean    AcceptableDrag (DragReference dragRef);
  12. Boolean    AcceptableFlavor (DragReference dragRef, ItemReference dragItem, short whichFlavor);
  13.  
  14. #endif